Learn R Programming

DDPM (version 0.1.0)

Chromatid aberrations: The data show the frequency distribution of chromatid aberrations in human leukocyte

Description

The function gives the frequency distribution of chromatid aberrations in human leukocytes.

Usage

data_chromatid

Value

data_chromatid gives the frequency distribution of chromatid aberrations in human leukocytes.

Arguments

data_chromatid

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the frequency distribution of chromatid aberrations in human leukocytes. They were used by Para and Jan (2016) and fitted by the discrete version of the log-logistic distribution.

References

Para, B. A., & Jan, T. R. (2016). Discrete version of log-logistic distribution and its applications in genetics. International Journal of Mathematics and Mathematical Sciences, 14(4), 407-422.

Examples

Run this code
x<-data_chromatid
summary(x)
table (x)

Run the code above in your browser using DataLab